home *** CD-ROM | disk | FTP | other *** search
- #################################################################
- ##
- ## Copyright 1992 by Keith Ford
- ##
- ## This is the CFG file for WINK 1.0.0 ;-)
- ##
- ## Micro Magic, 205-830-2362 (HST/V32)
- ## 203 Creek Trail, Madison, Al 35758
- ## Fidonet 1:373/12
- ## Internet sysop@umagic.fidonet.org
- ##
- #################################################################
-
-
-
- #################################################################
- ##
- ## The format is: VARIABLE [separator] VALUE
- ## Where separator can be tabs, spaces, or an equal sign.
- ##
- ## VALUE must be one word, no spaces.
- ##
- ## The current VARIABLE list contains:
- ## bbsid, newfiles, news, logon, logoff,
- ## phone, location, striphighasc, striptag
- ##
- ## The following VARIABLE will be added in the future.
- ## bulletins
- ##
- #################################################################
-
-
- ## BBSID - up to 8 alphnumeric charaters to uniquely identify
- ## this bbs (*** REQUIRED ***)
-
- bbsid = umagic
-
-
- ## LOCATION - City, ST
-
- location = Madison, AL
-
-
- ## PHONE - telephone number of this bbs
-
- phone = (205) 895-0751
-
-
- ## LOGON - if specified, this file is sent to the user and is typically
- ## displayed when the user starts his/her QWK mail reader, it can contain
- ## a welcome or greeting from your bbs
-
- logon = x:\logon.txt
-
-
- ## LOGOFF - if specified, this file is sent to the user and is typically
- ## displayed when the user exits from his/her QWK mail reader, it can
- ## contain a goodbye message from your bbs
-
- logoff = x:\logoff.txt
-
-
- ## NEWS - if specified, this file is sent to the user and is typically
- ## made available as a menu option within the users QWK mail reader, it
- ## can contain special announcements from your bbs
-
- news = x:\news.txt
-
-
- ## NEWFILES - if specified, this file is sent to the user and is
- ## typically made available as a menu option within the users QWK mail
- ## reader, it can contain a list of newly available files since the users
- ## last visit
- ##
- ## >>> It MUST be named 'NEWFILES.DAT' <<<
-
- newfiles = x:\newfiles.dat
-
-
- ## STRIPHIGHASC - strip high-bit from text of uploaded messages
- ## the default is YES
-
- striphighasc YES
-
-
- ## STRIPTAG - strip tag lines from uploaded messages
- ## the default is YES
-
- striptag YES
-
-
-
- #################################################################
- ##
- ## If any of your packers or protocols are a BATch file,
- ## then you MUST have the COMSPEC environment variable
- ## defined. This variable should point to the location
- ## of your COMMAND.COM file. Refer to your DOS manual
- ## for more information. A typical system would have
- ## the following line in their AUTOEXEC.BAT file.
- ##
- ##
- ## SET COMSPEC=C:\COMMAND.COM
- ##
- #################################################################
-
- ## 'PACKER' menu text for file packer
- ## 'PACK' pack command
- ## 'UNPACK' unpack command
- ##
- ## Use %1 as archive filename
- ## %2 as filename to pack
- ##
- ## For example: PACKER = PKZIP 1.10
- ## PACK = c:\bin\pkzip %1 %2
- ## UNPACK = c:\bin\pkunzip %1
-
- PACKER = PKZIP
- PACK = pkzip %1 %2
- UNPACK = pkunzip %1
-
- PACKER = LHA
- PACK = lha a -m %1 %2
- UNPACK = lha x %1
-
- PACKER = ARC
- PACK = arca %1.ARC %2
- UNPACK = arce %1
-
-
-
- ## 'PROTOCOL' followed by menu text for transfer protocol
- ## 'SEND' command to download to user
- ## 'RECEIVE' command to upload from user
- ##
- ## Use %1 as the file length (valid on send only)
- ## %2 as the baud rate
- ## %3 as port number
- ## %4 as the filename to transfer
- ##
- ## NOTE: %1 is not yet implemented, currently passed as '0' always.
- ##
- ## For example: PROTOCOL = Xmodem
- ## SEND = dzx port %3 speed %2 handshake both pa12000 sx -c %4
- ## RECEIVE = dzx port %3 speed %2 handshake both pa12000 rx -c %4
-
- PROTOCOL = Xmodem
- SEND = DSZ port %3 speed 19200 handshake both pa12000 sx -c %4
- RECEIVE = DSZ port %3 speed 19200 handshake both pa12000 rx -c %4
-
- PROTOCOL = Ymodem
- SEND = DSZ port %3 speed 19200 handshake both pa12000 sx -k %4
- RECEIVE = DSZ port %3 speed 19200 handshake both pa12000 rx -k %4
-
- PROTOCOL = Zmodem
- SEND = DSZ port %3 speed 19200 handshake both sz %4
- RECEIVE = DSZ port %3 speed 19200 handshake both rz
-